home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / ClockDJ.lha / ClockDJ / ClockRexxExamples / getwinscreen.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1991-08-05  |  144 b   |  8 lines

  1. /* rexx  getwinscreen */
  2. options results
  3. address clockdj
  4. getwindow 'Stack 4000 RAM DISK:'
  5. win = result
  6. screenforwindow win
  7. screentofront result
  8.